#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>


Data Structures | |
| struct | t_tile |
| A part of the map. More... | |
Functions | |
| void | tile_set_key (tile *p_tile, char value) |
| Set the key of a tile. | |
| void | tile_set_is_walkable (tile *p_tile, bool value) |
| Set if the tile is walkable. | |
| char | tile_get_key (tile *p_tile) |
| Get the key of a tile. | |
1.5.4